home *** CD-ROM | disk | FTP | other *** search
- property mInited, mWhosTurn, mPlayerMode, mCatagories, mPopCount
-
- on birth me
- return me
- end
-
- on mSetInited me, arg
- set the mInited of me to arg
- end
-
- on mGetInited me
- return the mInited of me
- end
-
- on mGetWhosTurn me
- return the mWhosTurn of me
- end
-
- on mSetWhosTurn me, arg
- set the mWhosTurn of me to arg
- end
-
- on mGetPlayMode me
- return the mPlayerMode of me
- end
-
- on mSetPlayMode me, arg
- set the mPlayerMode of me to arg
- end
-
- on mGetCatagories me
- return the mCatagories of me
- end
-
- on mSetCatagories me, arg
- set the mCatagories of me to arg
- end
-
- on mResetCatagories me
- set mCatagories to list()
- end
-
- on mSetPopCount me, arg
- set the mPopCount of me to arg
- end
-
- on mIncrementPopCount me
- set the mPopCount of me to the mPopCount of me + 1
- end
-
- on mGetPopCount me
- return the mPopCount of me
- end
-